Skip to main content
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
list_fiat_on_ramp_credentials
List Fiat On Ramp Credentials
curl --request POST \
  --url https://api.0xkey.io/public/v1/query/list_fiat_on_ramp_credentials \
  --header 'Content-Type: application/json' \
  --header 'X-Stamp: <api-key>' \
  --data '
{
  "organizationId": "<string>"
}
'
{
  "fiatOnRampCredentials": [
    {
      "fiatOnrampCredentialId": "<string>",
      "organizationId": "<string>",
      "onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
      "publishableApiKey": "<string>",
      "encryptedSecretApiKey": "<string>",
      "createdAt": {
        "seconds": "<string>",
        "nanos": "<string>"
      },
      "updatedAt": {
        "seconds": "<string>",
        "nanos": "<string>"
      },
      "projectId": "<string>",
      "encryptedPrivateApiKey": "<string>",
      "sandboxMode": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

Unique identifier for a given Organization.

Response

A successful response.

fiatOnRampCredentials
object[]
required