v1

latestOpenAPI 3.1.02026-07-26460218.4 KB

Lookup Crypto Send by sequenceId

Retrieve information about a specific receive request using its sequenceId property

get/send/crypto/sequence-id/{id}

Path parameters

idstring required

Unique Settlement sequenceId property

Response

200

partnerIdstring
cryptoRateinteger
externalWalletAddressstring
statusstring
createdAtstring
fiatAmountUSDinteger
sourcestring
sequenceIdstring
cryptoCurrencystring
networkstring
cryptoAmountinteger
updatedAtstring
providerstring
idstring
transactionHashstring
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",
  "transactionHash": "0xf2c461b949632abdc497160333465f8576b01f70ca2cc022a1402b323090c6c1",
  "walletBalanceUSD": 4653.76,
  "type": "payout"
}