Funding Requests

Get Funding Request

get
/v1/funding-request/{fundingRequestId}

Retrieve a funding request by its ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
fundingRequestIdstring · uuidRequired

The funding request ID

Example: faf8e68c-2cd5-43a6-b8e1-112535b7de00
Responses
chevron-right
200

Successful response

application/json
customerReferencestring · max: 256RequiredExample: REF-2026-000123
customerAccountIdstring · uuidRequiredExample: 3fa85f64-5717-4562-b3fc-2c963f66afa6
feePaidBystring · enumRequiredPossible values:
fundingRequestIdstring · uuidRequiredExample: faf8e68c-2cd5-43a6-b8e1-112535b7de00
statusstring · enumRequiredPossible values:
conversionRatestring · numberRequiredExample: 3.6725
beneficiaryAccountIdstring · uuidRequiredExample: 82f790a1-6729-4058-bbd7-719afe3e7123
beneficiaryCurrencystringRequiredExample: AED
expiresAtstring · date-time · nullableOptionalExample: 2026-02-19T18:44:05Z
createdAtstring · date-timeRequiredExample: 2026-02-19T18:44:05Z
get
/v1/funding-request/{fundingRequestId}

List Funding Requests

get
/v1/funding-request

Retrieve a list of funding requests with optional filtering and pagination.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
afterstringOptional

When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.

limitstring · integerOptional

When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.

fundingRequestIdstring · uuidOptional

Filter by funding request ID

customerAccountIdstring · uuidOptional

Filter by customer account ID

beneficiaryAccountIdstring · uuidOptional

Filter by beneficiary account ID

beneficiaryCurrencystring · enumOptional

Filter by beneficiary currency

Possible values:
fundingCurrencystring · enumOptional

Filter by funding currency

Possible values:
networkstringOptional

Filter by network

statusstring · enumOptional

Filter by status

Possible values:
createdAtStartstring · date-timeOptional

Filter by creation date lower bound, exclusive

createdAtEndstring · date-timeOptional

Filter by creation date upper bound, inclusive

expiresAtStartstring · date-timeOptional

Filter by expiration date lower bound, exclusive

expiresAtEndstring · date-timeOptional

Filter by expiration date upper bound, inclusive

customerReferencestringOptional

Filter by customer reference

Example: REF-2026-000123
sortFieldstring · enumOptional

Will sort the returned data using the specified field.

Possible values:
sortDirectionstring · enumOptional

Specifies the sort direction for the sortField.

Possible values:
Responses
chevron-right
200

Successful response

application/json
afterstring · nullableOptional

The token of the last item in the response

Example: 9fe51492-fc0f-483c-ab85-391e4a3a4335
totalCountstring · integerOptional

The total number of items in the entire filtered data set

Example: 1
get
/v1/funding-request

Create Funding Request

post
/v1/funding-request

Create a new funding request to obtain deposit instructions for funding an account.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customerAccountIdstring · uuidRequiredExample: 3fa85f64-5717-4562-b3fc-2c963f66afa6
fundingCurrencystring · enumRequiredPossible values:
networkstring · enum · max: 32Required

The blockchain network. USDT is supported by both ETH and TRX. USDC is supported by ETH only.

Possible values:
beneficiaryAccountIdstring · uuid · max: 256RequiredExample: 82f790a1-6729-4058-bbd7-719afe3e7123
beneficiaryCurrencystring · enumRequiredPossible values:
feePaidBystring · enumRequiredPossible values:
customerReferencestring · max: 256RequiredExample: REF-2026-000123
Responses
chevron-right
200

Successful response

application/json
customerReferencestring · max: 256RequiredExample: REF-2026-000123
customerAccountIdstring · uuidRequiredExample: 3fa85f64-5717-4562-b3fc-2c963f66afa6
feePaidBystring · enumRequiredPossible values:
fundingRequestIdstring · uuidRequiredExample: faf8e68c-2cd5-43a6-b8e1-112535b7de00
statusstring · enumRequiredPossible values:
conversionRatestring · numberRequiredExample: 3.6725
beneficiaryAccountIdstring · uuidRequiredExample: 82f790a1-6729-4058-bbd7-719afe3e7123
beneficiaryCurrencystringRequiredExample: AED
expiresAtstring · date-time · nullableOptionalExample: 2026-02-19T18:44:05Z
createdAtstring · date-timeRequiredExample: 2026-02-19T18:44:05Z
post
/v1/funding-request

Remove Funding Request

delete
/v1/funding-request/{fundingRequestId}

Remove a funding request by its ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
fundingRequestIdstring · uuidRequired

The funding request ID

Example: faf8e68c-2cd5-43a6-b8e1-112535b7de00
Responses
chevron-right
200

Successful response

application/json
customerReferencestring · max: 256RequiredExample: REF-2026-000123
customerAccountIdstring · uuidRequiredExample: 3fa85f64-5717-4562-b3fc-2c963f66afa6
feePaidBystring · enumRequiredPossible values:
fundingRequestIdstring · uuidRequiredExample: faf8e68c-2cd5-43a6-b8e1-112535b7de00
statusstring · enumRequiredPossible values:
conversionRatestring · numberRequiredExample: 3.6725
beneficiaryAccountIdstring · uuidRequiredExample: 82f790a1-6729-4058-bbd7-719afe3e7123
beneficiaryCurrencystringRequiredExample: AED
expiresAtstring · date-time · nullableOptionalExample: 2026-02-19T18:44:05Z
createdAtstring · date-timeRequiredExample: 2026-02-19T18:44:05Z
delete
/v1/funding-request/{fundingRequestId}

Last updated