Skip to main content
POST
/
markets
/
creditbook
/
collateral
/
orca
/
claim_fees
Claim Orca fees
curl --request POST \
  --url https://tars.loopscale.com/v1/markets/creditbook/collateral/orca/claim_fees \
  --header 'Content-Type: application/json' \
  --header 'user-wallet: <user-wallet>' \
  --data '
{
  "loan": "<string>",
  "positionMint": "<string>"
}
'
{
  "message": "<string>",
  "signatures": [
    {
      "publicKey": "<string>",
      "signature": "<string>"
    }
  ]
}

Headers

user-wallet
string
required

Wallet address of the requesting user

Body

application/json
loan
string
required

Loan address containing the Orca position collateral

positionMint
string
required

Orca position mint address

Response

Serialized transaction message and signatures

message
string
required

Base64-encoded versioned transaction message

signatures
object[]
required