Skip to main content
GET
Widget branding for your partner key

Authorizations

X-Api-Key
string
header
required

API key (programmatic access — recommended)

Send your API key in the X-Api-Key header. Keys start with nxs_ and are created in the dashboard (or via POST /api/keys with a session JWT).

Each key is scoped to one chain and one network (for example CARDANO_MAINNET), fixed at creation time. It cannot query a different network on the same chain, and it cannot query a different chain at all. A mismatched network parameter returns 400 Network Mismatch. Create one key per chain and network under the same account.

This is the credential most integrations should use.

Response

200 - */*

OK

Widget branding for a partner key.

logoDataUri
string
default:""

Self-contained data URI the widget renders inline. Null when unset. Inline rather than a URL because the widget bundle is CSP-locked with no external image fetch, so a hosted URL would simply be blocked in a partner's page.

logoMimeType
string
default:""

Image type proven by the file's magic bytes, not the uploader's claim.

Example:

"image/png"

logoBytes
integer<int32>
default:""

Decoded image size in bytes.

Example:

12480

updatedAt
string<date-time>
default:""

When the logo was last replaced.