Skip to main content
GET
Get fiat ramp limits

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Pods dashboard.

Query Parameters

currency
string
required

Three-letter ISO currency code used for local limit values

Pattern: ^[A-Z]{3}$
Example:

"BRL"

originAddress
string
required

Wallet address linked to the approved KYC profile

Example:

"0x0000000000000000000000000000000000000001"

Response

Directional ramp limits retrieved, or no applicable provider found

provider
enum<string>
required
Available options:
avenia
currency
string
required

Requested three-letter ISO currency code

Example:

"BRL"

onramp
object
required
offramp
object
required
blocked
boolean
required

Whether Avenia has blocked the account. Both directional remaining values are zero when true.

Example:

false

remaining
string
deprecated

Backward-compatible alias for offramp.remaining

Example:

"5500"

remainingGlobalUsd
string
deprecated

Backward-compatible alias for offramp.remainingGlobalUsd

Example:

"1100"