Chains

List all available chains

get
Responses
chevron-right
200

Successful response

application/json
get
/chains

Add a new chain (Admin only)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestring · min: 1 · max: 100Required
urlstring · uri | nullableRequired
iconUrlstring · uri | nullableRequired
Responses
chevron-right
200

Successful response

application/json
post
/chains

Edit an existing chain (Admin only)

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Body
namestring · min: 1 · max: 100Required
urlstring · uri | nullableRequired
iconUrlstring · uri | nullableRequired
Responses
chevron-right
200

Successful response

application/json
put
/chains/{id}

Delete a chain (Admin only)

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Responses
chevron-right
200

Successful response

application/json
Responseany
delete
/chains/{id}

No content

Get current Base gas price

get

⚠️ Warning: This is a beta endpoint. It is not guaranteed to be stable and may change or break without notice.

Responses
chevron-right
200

Successful response

application/json
get
/chains/base/gas-price

Last updated