Skip to main content
POST
Calculate funding fees

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Public identifier of the account that will send the withdrawal.

Required string length: 1 - 64

Body

application/json

Deposit or withdrawal funding method and gross amount for which to create a fee quote.

method_id
string<uuid>
required

Funding method identifier returned by the deposit-methods or withdrawal-methods endpoint.

amount
string
required

Gross decimal amount inclusive of the fee, represented as a string to preserve precision.

Required string length: 1 - 64
Pattern: ^[0-9]+(\.[0-9]+)?$

Response

Fee quote created for the selected account, method, and gross amount.

Funding fee quote created for the selected account.

data
object
required

Short-lived fee quote for one funding method and gross amount.