{
  "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": "6f4cc753-1710-49db-9510-5b02beb75f3d",
  "quote_id": "bebabe25-6878-4ec0-8675-2f6b119c1bbf",
  "called_at": "2026-08-05T21:53:29.251064+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": "595feadf-8bbc-493d-92aa-7f7968e0b19d",
    "fetched_at": "2026-08-05T21:53:29.214Z",
    "requested_ids": [
      "bitcoin",
      "ethereum"
    ],
    "requested_vs_currencies": [
      "usd"
    ],
    "rates": {
      "ethereum": {
        "usd": 1907.885
      },
      "bitcoin": {
        "usd": 64665.775
      }
    }
  }
}