Proxy & Data
Proxy API
Send write and search requests to a Blnk Core instance through Blnk Cloud.
POST
The Proxy API forwards HTTP requests to your Blnk Core instance through Blnk Cloud. Use it to create ledgers, balances, transactions, identities, and other Core resources without connecting to Core directly.
Blnk Cloud authenticates your request, routes it to the target instance using
instance_id, and returns the Core response unchanged. For a step-by-step walkthrough, see Making requests via the Cloud Proxy.Request structure
string
required
Bearer token for an API key or OAuth access token. Format:
Bearer YOUR_API_KEY or Bearer YOUR_ACCESS_TOKEN. Credentials must include the appropriate proxy scope:Create credentials with proxy scopes in API keys or OAuth clients.
string
required
Unique identifier of the Blnk Core instance to target. Required on every Proxy API request.
string
Required for requests with a body. Set to
application/json. Use multipart/form-data for reconciliation file uploads.Available endpoints
All paths are relative tohttps://api.cloud.blnkfinance.com/proxy. Append ?instance_id=YOUR_INSTANCE_ID to every request.
- Writes
- Reads
- Tokenization
- Reconciliation
When creating a transaction, Blnk Cloud automatically adds
precision: 100 and a reference value if they are omitted from the request body.