Skip to main content

Overview

Use these endpoints before requesting a quote. Network and token availability can differ by environment.

GET /healthcheck

Checks whether the Utexo API can accept requests. Authentication: X-API-Key The endpoint accepts no path, query, or body parameters and does not support pagination.
A successful request returns 200 OK with an empty body. A 503 Service Unavailable response can return:

GET /networks

Returns the blockchain networks available through Utexo. Authentication: X-API-Key

GET /tokens

Returns a paginated list of tokens available for swaps. Authentication: X-API-Key For example, request the second page of 20 results with limit=20&offset=20.