{
  "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": "93082509-6c09-4577-8403-beccd879298a",
  "quote_id": "4d28c624-f81d-44c3-8966-2da29b1079b5",
  "called_at": "2026-07-19T11:11:08.468690+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": "659ab3ad-3205-43c5-bf8a-11a5bec30302",
    "fetched_at": "2026-07-19T11:11:08.447Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "bitcoin": {
        "usd": 64554.585
      },
      "ethereum": {
        "usd": 1874.165
      }
    }
  }
}