POST
/
v1
/
profile
/
{address}
/
proof
curl --request POST \
  --url https://backend.swap.coffee/v1/profile/{address}/proof \
  --header 'Content-Type: application/json' \
  --data '{
  "public_key": "<string>",
  "proof": {
    "timestamp": 123,
    "domain_len": 123,
    "domain_val": "<string>",
    "payload": "<string>",
    "signature": "<string>"
  }
}'
This response has no body data.

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

Body

application/json
public_key
string
required
wallet_state_init
file
required

Base64-encoded initial state. Must be retrieved from ton-connect.

proof
object
required