v1

latestOpenAPI 3.1.02026-07-26460218.4 KB

Submit Settlement Request

Submit a settlement request. Withdraw from your balance to a wallet address. You can set up settlement webhook to receive status update on your settlement.

post/send/crypto

Request body

amountinteger required

Crypto amount

walletAddressstring required

Recipient wallet address

cryptoCurrencystring required

Recipient wallet crypto currency

cryptoNetworkstring required

Recipient wallet network

sequenceIdstring required

Represents a unique id for the transaction from your end

Response

200

partnerIdstring
cryptoRateinteger
externalWalletAddressstring
statusstring
createdAtstring
fiatAmountUSDinteger
sourcestring
sequenceIdstring
cryptoCurrencystring
networkstring
cryptoAmountinteger
updatedAtstring
providerstring
idstring
walletBalanceUSDnumber
typestring

Example response

{
  "partnerId": "1sds9b-7911-490e-9a9f-e5ffae71a2",
  "cryptoRate": 1,
  "externalWalletAddress": "GAfSIRLFKIBWRFL34ZZ57UQVDALF75FMYSFUA5",
  "status": "pending",
  "createdAt": "2024-09-05T10:39:59.449Z",
  "fiatAmountUSD": 500,
  "source": "api",
  "sequenceId": "a0c30fd4-b292-4303-90fd-c579f9687769",
  "cryptoCurrency": "USDC",
  "network": "XLM",
  "cryptoAmount": 500,
  "updatedAt": "2024-09-05T10:39:59.449Z",
  "provider": "fireblocks",
  "id": "874d7db5-4d76-4802-82eb-823d65ce2a14",
  "walletBalanceUSD": 4653.76,
  "type": "payout"
}