672b1916ba61
Get counterparty ramp requirements
Evaluates whether a counterparty is ready to create a quote with the selected ramp provider and returns any fields or provider-hosted actions still required.
Path parameters
Counterparty identifier.
Counterparty identifier.
Query parameters
Ramp provider to evaluate.
Ramp direction.
Ramp direction.
Crypto asset symbol.
Crypto asset symbol.
Fiat currency code.
Fiat currency code.
Destination wallet ID. Required when direction is onramp.
Destination wallet ID. Required when direction is onramp.
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Counterparty ramp requirements
Example response
{
"data": {
"direction": "onramp"
},
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}