Skip to content

Commit

Permalink
[Feature] Add currency/trading pair support for Cardano (ADA)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougdellolio committed Mar 17, 2021
1 parent 94a178c commit 6cf2a48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CoinbasePro/Shared/Types/Currency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public enum Currency
GRT,
SUSHI,
MATIC,
SKL
SKL,
ADA
}
}
10 changes: 9 additions & 1 deletion CoinbasePro/Shared/Types/ProductType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,14 @@ public enum ProductType
[EnumMember(Value = "SKL-EUR")]
SklEur,
[EnumMember(Value = "SKL-GBP")]
SklGbp
SklGbp,
[EnumMember(Value = "ADA-USD")]
AdaUsd,
[EnumMember(Value = "ADA-BTC")]
AdaBtc,
[EnumMember(Value = "ADA-EUR")]
AdaEur,
[EnumMember(Value = "ADA-GBP")]
AdaGbp
}
}

0 comments on commit 6cf2a48

Please sign in to comment.