๐Ÿ–Š๏ธAPI

Get SMOY Price and TVL

GET https://api.samoyedfinance.app/quote/info

{
  "price": 0.02137,
  "bnbPrice": 400.7752,
  "tvl": 166168.7684,
  "currency": "USD"
}

Get Raffle information

GET https://api.samoyedfinance.app/quote/raffle

{
"data": {
"balance": 0,
"balanceUSD": 0,
"currency": "BNB",
"vaults": [],
"minRaffleAmount": 0.01,
"minVaultAmount": 0.003,
"minVaultCount": 2,
"raffle": "https://bscscan.com/address/0xcF586d88EcA628d2F62791352Fb36DBDA3B0514e#writeContract",
"winner": null
}
}

Get Vaults information

GET https://api.samoyedfinance.app/quote/vault

Get SMOY Price

GET https://api.samoyedfinance.app/quote/price

Get Token

POST https://api.samoyedfinance.app/auth/login

Pls contact us if you need a credential

Query Parameters

Name
Type
Description

username*

string

password*

string

List all user's NFTs

GET https://api.samoyedfinance.app/nft/:account

Path Parameters

Name
Type
Description

account*

string

BSC wallet address

Get Godfather image

GET https://api.samoyedfinance.app/nft/godfather/:ticketNumber

public access

Path Parameters

Name
Type
Description

ticketNumber*

number

Query Parameters

Name
Type
Description

size*

string

small, medium, large

rarity*

number

Number 1 to 6

Get Puppy image

GET https://api.samoyedfinance.app/nft/puppy/:ticketNumber

public access

Path Parameters

Name
Type
Description

*

number

Query Parameters

Name
Type
Description

size*

string

small, medium, large

pack

number

greater than 0

Get Godfather info

GET https://api.samoyedfinance.app/nft/godfather/:ticketNumber/info

Path Parameters

Name
Type
Description

ticketNumber*

number

Query Parameters

Name
Type
Description

token*

string

Get Puppy info

GET https://api.samoyedfinance.app/nft/puppy/:ticketNumber/info

Path Parameters

Name
Type
Description

ticketNumber*

number

Query Parameters

Name
Type
Description

token*

string

Logout

POST https://api.samoyedfinance.app/auth/logout

Server status

GET https://api.samoyedfinance.app/auth/server_status

Last updated

Was this helpful?