{
  "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": "f73e1e25-ce4a-4dfa-845e-ef9d574f17c1",
  "quote_id": "96eceab3-852b-440d-8539-4d60a7047760",
  "called_at": "2026-05-18T09:18:41.988360+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": "fd6bb94b-15bd-4bda-bc33-05941feee37a",
    "fetched_at": "2026-05-18T09:18:41.971Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 76890.745
      },
      "ethereum": {
        "usd": 2117.565
      }
    }
  }
}