
platformTag parameter to any swap request to set which platform logo appears next to your transaction. Choose a single platform, provide a custom list for random selection, or use RANDOM to let the API pick one automatically.
Optional. If
platformTag is absent from your request, no attribution is applied and the transaction proceeds normally.Where It Works
Transactions with platform attribution are visible on Padre, BullX, GMGN, and other Solana trading platforms.
Available Platforms
Photon · Axiom · BullX · Trojan · BonkBot · GMGN · Padre · PepeBoost · Maestro · Phantom · NONEConfiguration
Platform Attribution is configured via theplatformTag parameter.
Structure
Parameters
Optional. If absent, no platform attribution is applied. Set to
false to explicitly disable.Platform(s) to attribute. Required when
platformTag is an object.RANDOM: Random selection from all platforms (including NONE)PHOTON,AXIOM,BULLX,TROJAN,BONKBOT,GMGN,PADRE,PEPEBOOST,MAESTRO,PHANTOM: Specific platformNONE: No logo displayed- Array: Random selection from a custom list (e.g.
["PHOTON", "AXIOM", "NONE"])
Attribution mode.
NORMAL: Standard attribution (default). Near-zero costBYPASS: Enhanced compatibility with GMGN. Costs 0.001 SOL per transaction
Behavior
| Configuration | Result |
|---|---|
platformTag absent | No attribution, TX proceeds |
platformTag: false | No attribution, TX proceeds (explicit) |
platform: "RANDOM" | Random from all platforms + NONE |
platform: "PHOTON" | Always Photon |
platform: "NONE" | Never shows a logo |
platform: ["PHOTON", "AXIOM"] | Random between Photon and Axiom |
platform: ["PHOTON", "NONE"] | Random between Photon and none |
Examples
- Random
- Fixed platform
- Custom list
- Mixed attribution
- BYPASS mode
- NONE only
- Disabled
- Absent
Random selection from all platforms (including NONE). Each wallet/TX gets a different one.
Validation
| Rule | Description |
|---|---|
platformTag | Optional. Object or false |
platform | String or array of strings. Must be a value from the list above |
platform (array) | Minimum 1 element, no duplicates |
mode | Optional. NORMAL or BYPASS. Defaults to NORMAL |
Supported Endpoints
Platform Attribution works on all endpoints that perform swaps (buy or sell).Compliance
Platform Attribution applies a cosmetic label to transaction metadata. You are responsible for ensuring your use complies with applicable laws and regulations.What’s Next?
Buy Tokens
Execute trades with Platform Attribution
Sell Tokens
Execute sell orders with platform attribution