Skip to main content
GET
/
v1
/
x402
/
endpoints
List endpoints
curl --request GET \
  --url https://api.swiftpay.finance/v1/x402/endpoints \
  --header 'X-Swift-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "merchantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "endpointUrl": "https://api.example.com/v1/analyze",
      "description": "<string>",
      "asset": "USDC",
      "network": "eip155:8453",
      "amountUsd": 0.1,
      "treasuryAddress": "0xYourWallet...",
      "forwarderAddress": "0xForwarderAddress...",
      "active": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.swiftpay.finance/llms.txt

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

Authorizations

X-Swift-Key
string
header
required

Your secret API key (sk_live_*). Keep this server-side only.

Response

List of endpoints

success
enum<boolean>
Available options:
true
data
object[]