Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hummingbot /tokens API

Token management endpoints

Hummingbot /tokens API is one of 17 APIs that Hummingbot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include /tokens. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 5 paths. It is described by OpenAPI 3.0.3, at version dev-2.11.0.

Requests are made against a single base URL, http://localhost:15888.

6 operations 5 paths 0 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
dev-2.11.0
Base URL
http://localhost:15888
Resource Areas
1

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

/tokens 6

Token management endpoints

GET
/tokens/{symbolOrAddress}
Get a specific token by symbol or address
3 params → 200
GET
/tokens/find/{address}
Get token information with market data from GeckoTerminal by address
2 params → 200
GET
/tokens/
List tokens from token lists with optional filtering
3 params → 200
POST
/tokens/
Add a new token to a token list
body → 200
POST
/tokens/save/{address}
Find token from GeckoTerminal and save it to the token list
2 params → 200
DELETE
/tokens/{address}
Remove a token from a token list by address
3 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hummingbot-tokens-api-openapi.yml Raw ↑

Other APIs Hummingbot publishes across the network.

Hummingbot API
Hummingbot /chain/ethereum API
Hummingbot /chain/solana API
Hummingbot /config API
Hummingbot /connector/0x API
Hummingbot /connector/jupiter API
Hummingbot /connector/meteora API
Hummingbot /connector/orca API
Hummingbot /connector/pancakeswap API
Hummingbot /connector/pancakeswap-sol API
Hummingbot /connector/raydium API
Hummingbot /connector/uniswap API