{
  "endpoint_id": "exchange",
  "endpoint_name": "Voidly Pay Exchange",
  "endpoint_url": "https://api.voidly.ai/v1/pay/exchange?ids=bitcoin,ethereum&vs_currencies=usd",
  "amount_paid_usdc": 0.001,
  "transfer_id": "44ae12b1-2f79-4f0a-81d4-4085a806945c",
  "quote_id": "730b2280-b8ce-4bb2-9c04-06449f0b5789",
  "called_at": "2026-08-05T23:58:58.037407+00:00",
  "response_keys": [
    "schema",
    "receipt_id",
    "fetched_at",
    "requested_ids",
    "requested_vs_currencies",
    "rates",
    "upstream",
    "paid_by_did",
    "paid_to_did",
    "transfer_id"
  ],
  "response_excerpt": {
    "schema": "voidly-pay-exchange/v1",
    "receipt_id": "ac4bf85a-a3a9-4387-89db-d9fc6b9d52c5",
    "fetched_at": "2026-08-05T23:58:58.009Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 64591,
        "last_updated_at": 1785974240
      },
      "ethereum": {
        "usd": 1906.64,
        "last_updated_at": 1785974240
      }
    }
  }
}