ProjectWallet

address
string
required

A valid wallet address

type
required

Collection used for either fees or rewards

Allowed values:
feesrewards
enabled
boolean
required

Project wallet address is currently used if enabled

protocol
required

protocol for a valid Chain type or null for all Chain types

chain
string or null
required

slug for a valid Chain or null for all Chains

Example:
ethereum
integration
string or null
required

slug to collect from a specific Integration or null to collect from all Integrations

Example:
stargate
fees
object
base
string
required

The base fee in USD charged on every transaction. For example, 0.3 represents $0.30 fee on every transaction, regardless of the volume size.

percent
string
required

Percentage of the transaction volume to collect as a fees. For example, 0.1 represents a 10% fee.

Example:
0.1
swing
string
required

Portion of the percentage fee that goes to Swing. For example if the percentage fee is 1% and the swing fee is 15%, then you will receive 0.01 - (0.01 * 0.15) = 0.85%

Example:
0.15
Example
preparing...