Skip to main content
POST
Create recipient distribution

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Headers

Idempotency-Key
string

Unique key for idempotent requests. Recommended for all write operations.

Path Parameters

company_id
string
required

Company ID.

recipient_id
string
required

Recipient ID.

Body

application/json
symbol
string
required

Currency symbol (e.g. BTC, ETH, USD, EUR).

distribution_type
enum<string>
required
Available options:
crypto,
fiat
distribution_data
object
required

Destination data. Shape depends on distribution_type and symbol.

Response

200 - application/json

Distribution created for recipient.

The response is of type object.