{
  "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": "7f8b0ff1-4d35-4ef8-9bd2-e6187d62a7f4",
  "quote_id": "d556864e-afa5-4d16-b474-2158fba65b4e",
  "called_at": "2026-05-30T03:34:35.310311+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": "3c40e319-dd79-4629-937d-ee8701a67f55",
    "fetched_at": "2026-05-30T03:34:35.268Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 73540,
        "last_updated_at": 1780112026
      },
      "ethereum": {
        "usd": 2015.85,
        "last_updated_at": 1780112026
      }
    }
  }
}