Skip to main content
GET
/
{chain_id}
/
api
/
v2
/
csv-exports
/
{uuid_param}
Get CSV export
curl --request GET \
  --url https://api.blockscout.com/{chain_id}/api/v2/csv-exports/{uuid_param} \
  --header 'Authorization: Bearer <token>'
{
  "expires_at": "2023-11-07T05:31:56Z",
  "file_id": "<string>"
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

uuid_param
string<uuid>
required

UUID for CSV export

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
chain_id
string
required

The ID of the blockchain

Response

Status of CSV export.

expires_at
string<date-time> | null
file_id
string | null
status
enum<string>
Available options:
pending,
completed,
failed