Developer API Portal

Manage API keys, webhooks, and integrations

API Keys

Create New API Key

No API keys created yet

Rate Limits

Test Environment

100 req/min

For development and testing

Production

1000 req/min

For live applications

Burst Limit

50 req/sec

Short-term burst allowance

Example Requests

Get Rails

curl -X GET https://api.instapayipx.com/v1/rails \
  -H "Authorization: Bearer ipx_..."

Create Payout

curl -X POST https://api.instapayipx.com/v1/payout \
  -H "Authorization: Bearer ipx_..." \
  -H "Content-Type: application/json" \
  -d '{
    "rail": "xrpl",
    "destination": "rN7n7...",
    "amount": "10.00",
    "currency": "XRP"
  }'

Get Quote

curl -X POST https://api.instapayipx.com/v1/quote \
  -H "Authorization: Bearer ipx_..." \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 1000,
    "chain": "xrpl"
  }'

SDKs & Libraries